home *** CD-ROM | disk | FTP | other *** search
/ Visual Cafe 3 / Visual Cafe 3.ISO / Vcafe / Docs.bin / stylesheet.css < prev    next >
Cascading Style Sheet File  |  1998-06-30  |  720b  |  21 lines

  1. /* Javadoc style sheet */
  2.  
  3. /* Define colors, fonts and other style attributes here to override the defaults  */
  4.  
  5. /* Page background color */
  6. body { background-color: #FFFFF }
  7.  
  8. /* Table colors */
  9. .TableSummaryHeadingColor    { background: #CCCCFF } /* Dark blue */
  10. .TableInheritedHeadingColor  { background: #EEEEFF } /* Light blue */
  11. .TableRowColor               { background: #FFFFFF } /* White */
  12.  
  13. /* Font used in left-hand frame lists */
  14.  
  15. .FrameTitleFont  { font-size: normal; font-family: normal }
  16. .FrameHeadingFont { font-size: normal; font-family: normal }
  17. .FrameItemFont  { font-size: normal; font-family: normal }
  18.  
  19. /* Example */
  20. /* .FrameItemFont  { font-size: 10pt; font-family: helvetica arial sans-serif } */
  21.